projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68c0d3
)
(enum resource_types): Delete final comma.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:48:04 +0000
(20:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:48:04 +0000
(20:48 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 07925ebb0ed29a2ea52517845bf54b7efdae2adc..64c58a5604f59807b3356a37dd22f5dac0f94df5 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1261,7
+1261,7
@@
The defaults are specified in the file `~/.Xdefaults'.")
/* Types we might convert a resource string into. */
enum resource_types
{
- number, boolean, string, symbol
,
+ number, boolean, string, symbol
};
/* Return the value of parameter PARAM.